/*产品中心*/
/*$$
{
	"color":[
		{"val":"#333333","title":"中文标题默认颜色"},
		{"val":"#666666","title":"英文标题默认颜色"},
		{"val":"#ffffff","title":"模块选中的字体颜色"}
	],
	"background":[
		{"val":"#f4f4f4","title":"模块默认背景颜色"},
		{"val":"rgba(0, 0, 0, 0.4)","title":"模块选中的弹出层颜色"},
		{"val":"#ffcc00","title":"按钮的默认颜色"}
	],
	"border":[
		{"val":"#666666","title":"默认边框颜色"}
	]
}
$$*/
#product_145 {
  padding: 70px 0  20px;
}

#product_145 .pro_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#product_145 .pro_box .modt25_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  overflow: hidden;
}

#product_145 .pro_box .modt25_tit .mdB {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  width: 240px;
}

#product_145 .pro_box .modt25_tit .mdB .mdBI {
  margin-right: 10px;
}

#product_145 .pro_box .modt25_tit .mdB .mdBI .mdBIG {
  height: 60px;
  width: auto;
  display: block;
}

#product_145 .pro_box .modt25_tit .mdB .mdBT .mdBTH {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

#product_145 .pro_box .modt25_tit .mdB .mdBT .mdBTP {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

#product_145 .pro_box .modt25_tit .mdB.lineK {
  position: relative;
}

#product_145 .pro_box .modt25_tit .mdB.lineK::after {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#product_145 .pro_box .modt25_tit .mdB.lineK::before {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#product_145 .pro_box .proL {
  width: 100%;
  margin-top: 50px;
}

#product_145 .pro_box .proL .proNav {
  width: 100%;
}

#product_145 .pro_box .proL .proNav .proNavUl {
  width: 100%;
  padding: 0 2px;
}

#product_145 .pro_box .proL .proNav .proNavUl .swiper-slide {
  box-sizing: border-box;
}

#product_145 .pro_box .proL .proNav .proNavUl .swiper-slide a {
  display: block;
  width: 100%;
  height: 50px;
  border: #666666 solid 1px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

#product_145 .pro_box .proL .proNav .proNavUl .swiper-slide a span {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product_145 .pro_box .proL .proNav .proNavUl .swiper-slide:nth-child(1), #product_145 .pro_box .proL .proNav .proNavUl .swiper-slide:hover {
  background: linear-gradient(to right, #3e6dce, #3360bc, #173c8b);
}

#product_145 .pro_box .proL .proNav .proNavUl .swiper-slide:nth-child(1) a, #product_145 .pro_box .proL .proNav .proNavUl .swiper-slide:hover a {
  color: #ffffff;
}

#product_145 .pro_box .proL .prodb {
  width: 100%;
  margin-top: 15px;
}

#product_145 .pro_box .proL .prodb .prodbUl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
  background: #c7c7c8;
  transition: 0.3s ease;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia {
  width: 100%;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info {
  width: 100%;
  position: relative;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .imgs {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: 0.3s ease;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .imgs .img {
  width: 100%;
  display: block;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10%;
  box-sizing: border-box;
  text-align: center;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des .desh2 {
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  line-height: 24px;
  opacity: 0;
  transform: translate(0, 30px) scale(0.8);
  transition: 0.3s ease;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des i {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  background: url("/static/images/CP28_add.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 30px) scale(0.8);
  transition: 0.3s ease;
  transition-delay: 0.1s;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .tit {
  width: 100%;
  height: 60px;
  background: #f4f4f4;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:nth-child(3n) {
  margin-right: 0;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover .info .imgs {
  transform: scale(0.95);
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover .info .des {
  opacity: 1;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover .info .des .desh2 {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

#product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover .info .des i {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

#product_145 .pro_box .proL .prodb .proMore {
  width: 100%;
  margin-top: 50px;
}

#product_145 .pro_box .proL .prodb .proMore .proMoreA {
  display: block;
  width: 170px;
  height: 38px;
  line-height: 38px;
  background: #ffcc00;
  color: #333333;
  text-align: center;
  border-radius: 0 19px 19px 0;
  margin: 0 auto;
  font-size: 14px;
  transition: 0.3s ease;
}

#product_145 .pro_box .proL .prodb .proMore .proMoreA:hover {
  border-radius: 20px;
  color: #173c8b;
}

@media (max-width: 850px) {
  #product_145 {
    padding: 50px 0 20px;
  }
  #product_145 .pro_box {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  #product_145 .pro_box .modt25_tit .mdB {
    width: 160px;
  }
  #product_145 .pro_box .modt25_tit .mdB .mdBI .mdBIG {
    height: 40px;
  }
  #product_145 .pro_box .modt25_tit .mdB .mdBT .mdBTH {
    font-size: 20px;
    line-height: 20px;
  }
  #product_145 .pro_box .modt25_tit .mdB .mdBT .mdBTP {
    line-height: 14px;
    font-size: 12px;
  }
  #product_145 .pro_box .modt25_tit .mdB.lineK::after {
    background-size: auto 16px;
  }
  #product_145 .pro_box .modt25_tit .mdB.lineK::before {
    background-size: auto 16px;
  }
  #product_145 .pro_box .proL {
    margin-top: 35px;
  }
  #product_145 .pro_box .proL .proNav .proNavUl .swiper-slide a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des {
    opacity: 1;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des .desh2 {
    font-size: 12px;
    opacity: 1;
    transform: translate(0, 0) scale(1);
    line-height: 20px;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .info .des i {
    display: none;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi .prodbLia .tit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi:nth-child(3n) {
    margin-right: 15px;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi:nth-child(2n) {
    margin-right: 0;
  }
  #product_145 .pro_box .proL .prodb .prodbUl .prodbLi:hover .info .des i {
    display: none;
  }
  #product_145 .pro_box .proL .prodb .proMore {
    margin-top: 30px;
  }
  #product_145 .pro_box .proL .prodb .proMore .proMoreA {
    border-radius: 20px;
    line-height: 34px;
    height: 34px;
  }
  #product_145 .pro_box .proL .prodb .proMore .proMoreA span {
    font-size: 12px;
  }
}
